home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000094_news@columbia.edu _Sat Sep 11 16:21:25 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA14988
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 11 Sep 1999 16:21:25 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA28304
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 11 Sep 1999 16:16:42 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: C-Kermit 7.0 Beta.10 Ready for Testing
  11. Date: 11 Sep 1999 16:16:06 -0400
  12. Organization: Columbia University
  13. Message-ID: <7reda6$do7@watsun.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16.  
  17. C-Kermit 7.0 Beta.10 for UNIX, VMS, Plan 9, and AOS/VS is ready for
  18. testing (other platforms should follow later):
  19.  
  20.   http://www.columbia.edu/kermit/ck70.html
  21.  
  22. The main addition since Beta.09 (and hopefully the last major
  23. addition before the final release) is Unicode support.
  24.  
  25. For those who haven't heard of it, Unicode (ISO 10646) is the new
  26. Universal Character Set (UCS), which represents most of the world's
  27. scripts (Roman, Hebrew, Cyrillic, Arabic, Greek, Chinese, Japanese,
  28. Korean, etc) in a single (more-or-less) "flat" 16-bit encoding.  To
  29. learn more about Unicode, visit:
  30.  
  31.   http://www.unicode.org/
  32.  
  33. Kermit protocol and software have included character-set
  34. translation capabilities since the 1980s, allowing conversion of
  35. text among the many "traditional" character sets like the ISO 8859
  36. Latin Alphabets, PC code pages, IBM mainframe EBCDIC code pages,
  37. ISO 646 national character sets, KOI sets, JIS sets, and assorted
  38. proprietary sets (DEC, DG, Apple, NeXT, etc).
  39.  
  40. With growing acceptance of Unicode, there is increasing need for
  41. importation of text in "traditional" encodings into Unicode platforms
  42. or applications, and to a lesser degree for export of Unicode text to
  43. non-Unicode environments.  C-Kermit now offers these services over a
  44. wide range of platforms and communication methods.
  45.  
  46.  . UCS-2 and UTF-8 are now supported as transfer character sets
  47.    (the small number of international standard character sets
  48.    allowed "on the wire" in Kermit file transfer; each Kermit
  49.    file-transfer partner converts between its local encoding
  50.    and the transfer encoding) (UCS-2 and UTF-8 are two
  51.    different representations of Unicode / ISO 10646).
  52.  
  53.  . UCS-2 and UTF-8 are now supported as file character sets.
  54.    Incoming text can be stored in either UTF-8 or UCS-2, and
  55.    UCS-2 or UTF-8 text can be sent with conversion to any
  56.    appropriate transfer character set (including conversion of
  57.    UCS-2 to UTF-8 or vice-versa).
  58.  
  59.  . C-Kermit's TRANSLATE command can be used to convert
  60.    traditional files to UCS-2 or UTF-8 (and, to the degree
  61.    possible, vice versa) on the local computer, as well as
  62.    between UCS-2 and UTF-8.
  63.  
  64.  . C-Kermit can conduct UTF-8 terminal sessions, even when its
  65.    local character set is not Unicode.  (It is also programmed
  66.    to do the reverse -- i.e. make connections from a UTF-8
  67.    console or Window to a non-Unicode host, but this has not
  68.    been tested yet.)
  69.  
  70.  . C-Kermit's TRANSMIT command can perform "ASCII" (nonprotocol)
  71.    uploads of text files, converting them to UTF-8 on the fly.
  72.    Or it can upload UTF-8 or UCS-2, converting it to some other
  73.    set, etc etc.
  74.  
  75. (Obviously whenever translating from Unicode to a smaller set,
  76. Unicode characters that are not in the smaller set are lost, just 
  77. like when converting from, say, Latin-1 to German ISO 646.)
  78.  
  79. C-Kermit 7.0 Beta.10 is available at:
  80.  
  81.   http://www.columbia.edu/kermit/ck70.html
  82.  
  83. The Web page lists all the other new features since the previous
  84. release, 6.0, in September 1996.  Beta.10 should be the last, or
  85. maybe next to last, test version before the final 7.0 release.  It
  86. has already been built successfully on more than 130 different
  87. platforms (prebuilt binaries are available and are listed at the end
  88. of the Web page; if you can built others, please let me know).  Until
  89. a new edition of the C-Kermit manual is published, the new features
  90. of version 7.0 are documented in the (plain text) ckermit2.txt file;
  91. Section 6.6 describes the new Unicode features.
  92.  
  93. Please send any questions or report any problems to:
  94.  
  95.   kermit-support@columbia.edu
  96.  
  97. Thanks!
  98.  
  99. Frank da Cruz
  100. The Kermit Project
  101. Columbia University
  102.  
  103. P.S. This announcement was originally posted nearly a week ago but
  104. never seemed to get out to the newsgroups.  My apologies if you are
  105. seeing it twice!